Interface IInlineExport<T>
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IInlineExport<out T> where T : ISortedExportable
Properties
ExportName
View Source
Declaration
string ExportName { get; }
Item
View Source
Declaration
IUnresolved<out T> Item { get; }